home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 February / Macworld (1999-02).dmg / Shareware World / Comms & Internet / PPPop2.0.1-PPC / PPPop Scripts / Script Samples / Dialog Snippet < prev    next >
Text File  |  1998-10-17  |  218b  |  7 lines

  1. tell application "PPPop2"
  2.     if PPP up then
  3.         display dialog "It's up." buttons "OK" default button "OK" with icon note
  4.     else
  5.         display dialog "It's down." buttons "OK" default button "OK" with icon note
  6.     end if
  7. end tell